home *** CD-ROM | disk | FTP | other *** search
/ La Bible Des… Fonts / La Bible des... Fonts.iso / Utilitaires / LaserWriter 8.1.1 Software / Printer Descriptions / LaserWriter Plus v42.2 < prev    next >
PostScript Printer Description  |  1993-10-13  |  12KB  |  343 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.5"
  11. *PCFileName: "APPLE422.PPD"
  12. *LanguageVersion: English
  13. *Product: "(LaserWriter Plus)"
  14. *PSVersion: "(42.2) 3"
  15. *ModelName: "Apple LaserWriter Plus v42.2"
  16. *NickName: "Apple LaserWriter Plus v42.2"
  17.  
  18. *% General Information and Defaults ===============
  19. *ColorDevice: False
  20. *DefaultColorSpace: Gray
  21. *FreeVM: "172414"
  22. *LanguageLevel: "1"
  23. *VariablePaperSize: False
  24. *FileSystem: False
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "
  28.   count 0 eq {  % is the password on the stack?
  29.     true
  30.   }{
  31.     dup    % potential password
  32.     statusdict /checkpassword get exec not
  33.   } ifelse
  34.   {  %  if no password or not valid
  35.     (WARNING : Cannot perform the exitserver command.) =
  36.     (Password supplied is not valid.) =
  37.     (Please contact the author of this software.) = flush
  38.     quit
  39.   } if
  40.   serverdict /exitserver get exec
  41. "
  42. *End
  43.  
  44. *Reset: "
  45.   count 0 eq {  % is the password on the stack?
  46.     true
  47.   }{
  48.     dup    % potential password
  49.     statusdict /checkpassword get exec not
  50.   } ifelse
  51.   {  %  if no password or not valid
  52.     (WARNING : Cannot reset printer.) =
  53.     (Password supplied is not valid.) =
  54.     (Please contact the author of this software.) = flush
  55.     quit
  56.   } if
  57.   serverdict /exitserver get exec
  58.   systemdict /quit get exec
  59.   (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62.  
  63. *DefaultResolution: 300dpi
  64. *?Resolution: "
  65. save
  66.   initgraphics
  67.   0 0 moveto currentpoint matrix defaultmatrix transform
  68.   0 72 lineto currentpoint matrix defaultmatrix transform
  69.   3 -1 roll sub dup mul
  70.   3 1 roll exch sub dup mul
  71.   add sqrt round cvi
  72.   (          ) cvs print (dpi) = flush
  73. restore
  74. "
  75. *End
  76.  
  77. *% Halftone Information ===============
  78. *ScreenFreq: "60.0"
  79. *ScreenAngle: "45.0"
  80. *DefaultScreenProc: Dot
  81. *ScreenProc Dot: " {dup mul exch dup mul add 1.0 exch sub } "
  82. *ScreenProc Line: "{ pop }"
  83. *ScreenProc Ellipse: "
  84.  { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }
  85. "
  86. *End
  87.  
  88. *DefaultTransfer: Null
  89. *Transfer Null: "{ }"
  90. *Transfer Null.Inverse: "{ 1 exch sub }"
  91.  
  92. *% Paper Handling ===================
  93. *% Use these entries to set paper size most of the time, unless there is
  94. *% specific reason to use PageRegion.
  95. *OpenUI *PageSize: PickOne
  96. *OrderDependency: 30 AnySetup *PageSize
  97. *DefaultPageSize: Letter
  98. *PageSize Letter/US Letter: "letter"
  99. *PageSize Legal/US Legal: "legal"
  100. *PageSize A4: "a4"
  101. *PageSize B5: "b5"
  102. *PageSize LetterSmall/US Letter Small: "lettersmall"
  103. *PageSize A4Small/A4 Small: "a4small"
  104. *PageSize LegalSmall/US Legal Small: "legal"
  105. *PageSize C5/C5 Envelope Edge Fed: "letter"
  106. *PageSize C6/C6 Envelope Edge Fed: "letter"
  107. *PageSize DL/DL Envelope Edge Fed: "letter"
  108. *PageSize Monarch/Monarch Envelope Edge Fed: "letter"
  109. *PageSize Com10/Com10 Envelope Edge Fed: "letter"
  110. *CloseUI: *PageSize
  111.  
  112. *% These entries will set up the frame buffer. Usually used with manual feed.
  113. *OpenUI *PageRegion: PickOne
  114. *OrderDependency: 40 AnySetup *PageRegion
  115. *DefaultPageRegion: Letter
  116. *PageRegion Letter/US Letter: "letter"
  117. *PageRegion Legal/US Legal: "legal"
  118. *PageRegion A4: "a4"
  119. *PageRegion B5: "b5"
  120. *PageRegion LetterSmall/US Letter Small: "lettersmall"
  121. *PageRegion A4Small/A4 Small: "a4small"
  122. *PageRegion LegalSmall/US Legal Small: "legal"
  123. *PageRegion C5/C5 Envelope Edge Fed: "letter"
  124. *PageRegion C6/C6 Envelope Edge Fed: "letter"
  125. *PageRegion DL/DL Envelope Edge Fed: "letter"
  126. *PageRegion Monarch/Monarch Envelope Edge Fed: "letter"
  127. *PageRegion Com10/Com10 Envelope Edge Fed: "letter"
  128. *CloseUI: *PageRegion
  129.  
  130. *% The following entries provide information about specific paper keywords.
  131. *DefaultImageableArea: Letter
  132. *ImageableArea Letter/US Letter: "18 8 593 784 "
  133. *ImageableArea Legal/US Legal: "65 42 547 966 "
  134. *ImageableArea A4/A4: "18 23 577 819 "
  135. *ImageableArea B5/B5: "3 4 497 705 "
  136. *ImageableArea LetterSmall/US Letter Small: "30 31 582 761 "
  137. *ImageableArea A4Small/A4 Small: "29 31 567 812 "
  138. *ImageableArea LegalSmall/US Legal Small: "64 54 548 954 "
  139. *ImageableArea C5/C5 Envelope Edge Fed: "163 154 593 773 "
  140. *ImageableArea C6/C6 Envelope Edge Fed: "294 350 593 773 "
  141. *ImageableArea DL/DL Envelope Edge Fed: "321 198 593 773 "
  142. *ImageableArea Monarch/Monarch Envelope Edge Fed: "338 269 593 773 "
  143. *ImageableArea Com10/Com10 Envelope Edge Fed: "320 125 593 773 "
  144. *?ImageableArea: "
  145. save
  146.   /cvp {(                ) cvs print ( ) print } bind def
  147.   /upperright {10000 mul floor 10000 div} bind def
  148.   /lowerleft {10000 mul ceiling 10000 div} bind def
  149.   newpath clippath pathbbox
  150.   4 -2 roll exch 2 {lowerleft cvp} repeat
  151.   exch 2 {upperright cvp} repeat flush
  152. restore
  153. "
  154. *End
  155.  
  156. *% These provide the physical dimensions of the paper (by keyword)
  157. *DefaultPaperDimension: Letter
  158. *PaperDimension Letter/US Letter: "612 792"
  159. *PaperDimension Legal/US Legal: "612 1008"
  160. *PaperDimension A4: "595 842"
  161. *PaperDimension B5: "516 729"
  162. *PaperDimension LetterSmall/US Letter Small: "612 792"
  163. *PaperDimension A4Small/A4 Small: "595 842"
  164. *PaperDimension LegalSmall/US Legal Small: "612 1008"
  165. *PaperDimension C5/C5 Envelope Edge Fed: "609 792"
  166. *PaperDimension C6/C6 Envelope Edge Fed: "607 792"
  167. *PaperDimension DL/DL Envelope Edge Fed: "608 792"
  168. *PaperDimension Monarch/Monarch Envelope Edge Fed: "611 792"
  169. *PaperDimension Com10/Com10 Envelope Edge Fed: "610 792"
  170.  
  171. *RequiresPageRegion All: True
  172. *OpenUI *InputSlot: PickOne
  173. *OrderDependency: 20 AnySetup *InputSlot
  174. *DefaultInputSlot: Cassette
  175. *InputSlot Cassette/Cassette: ""
  176. *CloseUI: *InputSlot
  177.  
  178. *OpenUI *ManualFeed/Manual Feed: Boolean
  179. *OrderDependency: 20 AnySetup *ManualFeed
  180. *DefaultManualFeed: False
  181. *ManualFeed True: "statusdict /manualfeed true put"
  182. *ManualFeed False: "statusdict /manualfeed false put"
  183. *?ManualFeed: "
  184. save
  185.  statusdict /manualfeed get exec {(True)}{(False)}ifelse = flush
  186. restore
  187. "
  188. *End
  189. *CloseUI: *ManualFeed
  190.  
  191. *DefaultOutputOrder: Reverse
  192.  
  193. *% Font Information =====================
  194. *DefaultFont: Courier
  195. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  196. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  197. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  198. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  199. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  200. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  201. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  202. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  203. *Font Courier: Standard "(001.001)" Standard ROM
  204. *Font Courier-Bold: Standard "(001.001)" Standard ROM
  205. *Font Courier-BoldOblique: Standard "(001.001)" Standard ROM
  206. *Font Courier-Oblique: Standard "(001.001)" Standard ROM
  207. *Font Helvetica: Standard "(001.001)" Standard ROM
  208. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  209. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  210. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  211. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  212. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  213. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  214. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  215. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  216. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  217. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  218. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  219. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  220. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  221. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  222. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  223. *Font Symbol: Special "(001.001)" Special ROM
  224. *Font Times-Bold: Standard "(001.001)" Standard ROM
  225. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  226. *Font Times-Italic: Standard "(001.001)" Standard ROM
  227. *Font Times-Roman: Standard "(001.001)" Standard ROM
  228. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  229. *Font ZapfDingbats: Special "(001.000)" Special ROM
  230. *?FontQuery: "
  231. save
  232.  /str 100 string dup 0 (fonts/) putinterval def
  233.  {
  234.    count 1 gt
  235.    {
  236.      exch dup str 6 94 getinterval cvs
  237.      (/) print print (:) print
  238.      FontDirectory exch known
  239.      {(Yes)}{(No)} ifelse =
  240.    }
  241.    {exit} ifelse
  242.  }bind loop
  243.  (*) = flush
  244. restore
  245. "
  246. *End
  247.  
  248. *?FontList: "
  249. save
  250.   FontDirectory { pop == } bind forall flush  (*) = flush
  251. restore
  252. "
  253. *End
  254.  
  255. *% Printer Messages (verbatim from printer):
  256. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  257. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  258. *Message: "\FontName\ not found, using Courier"
  259.  
  260. *% Status (format: %%[ status: <one of these> ]%% )
  261. *Status: "idle"
  262. *Status: "busy"
  263. *Status: "waiting"
  264. *Status: "printing"
  265. *Status: "warming up"
  266. *Status: "PrinterError: timeout, clearing printer"
  267. *Status: "PrinterError: warming up"
  268. *Status: "PrinterError: service call"
  269. *Status: "PrinterError: paper entry misfeed"
  270. *Status: "PrinterError: no toner cartridge"
  271. *Status: "PrinterError: no paper tray"
  272. *Status: "PrinterError: cover open"
  273. *Status: "PrinterError: resetting printer"
  274. *Status: "PrinterError: out of paper"
  275. *Status: "PrinterError: timeout"
  276. *Status: "PrinterError: manual feed timeout"
  277.  
  278. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  279. *Source: "serial9"
  280. *Source: "serial25"
  281. *Source: "AppleTalk"
  282.  
  283. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  284. *PrinterError: "timeout, clearing printer"
  285. *PrinterError: "warming up"
  286. *PrinterError: "service call"
  287. *PrinterError: "paper entry misfeed"
  288. *PrinterError: "no toner cartridge"
  289. *PrinterError: "no paper tray"
  290. *PrinterError: "cover open"
  291. *PrinterError: "resetting printer"
  292. *PrinterError: "out of paper"
  293. *PrinterError: "timeout"
  294. *PrinterError: "manual feed timeout"
  295.  
  296. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  297.  
  298. *% Color Separation Information =====================
  299.  
  300. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  301.  
  302. *InkName: ProcessBlack/Process Black
  303. *InkName: CustomColor/Custom Color
  304. *InkName: ProcessCyan/Process Cyan
  305. *InkName: ProcessMagenta/Process Magenta
  306. *InkName: ProcessYellow/Process Yellow
  307.  
  308. *% For 60 lpi / 300 dpi =====================================================
  309.  
  310. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  311. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  312. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  313. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  314. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  315.  
  316. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  317. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  318. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  319. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  320. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  321.  
  322. *% For 53 lpi / 300 dpi =====================================================
  323.  
  324. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  325. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  326. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  327. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  328. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  329.  
  330. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  331. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  332. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  333. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  334. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  335.  
  336. *% For "LaserWriter Plus" version 42.2
  337. *% Produced by "GETapd.ps" version 2.0 edit 48
  338. *% Converted to meet 4.0 specification
  339. *% Last Edit Date: May 21 1993
  340. *% The byte count of this file should be exactly 011611 or 011941
  341. *% depending on the filesystem it resides in.
  342. *% end of PPD file for LaserWriter Plus
  343.